[INFO] cloning repository https://github.com/AstraBert/personal-wiki
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AstraBert/personal-wiki" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAstraBert%2Fpersonal-wiki", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAstraBert%2Fpersonal-wiki'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 473167723a303b87c8fbaf96b5856e0da5694bea
[INFO] fixing AstraBert/personal-wiki against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAstraBert%2Fpersonal-wiki" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/AstraBert/personal-wiki
[INFO] finished tweaking git repo https://github.com/AstraBert/personal-wiki
[INFO] tweaked toml for git repo https://github.com/AstraBert/personal-wiki written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/AstraBert/personal-wiki on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/AstraBert/personal-wiki already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] a6636dcf8abdc578d9d73007d25b177284c55ff586c80485d5055e410abb247e
[INFO] running `Command { std: "docker" "start" "a6636dcf8abdc578d9d73007d25b177284c55ff586c80485d5055e410abb247e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a6636dcf8abdc578d9d73007d25b177284c55ff586c80485d5055e410abb247e" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a6636dcf8abdc578d9d73007d25b177284c55ff586c80485d5055e410abb247e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a6636dcf8abdc578d9d73007d25b177284c55ff586c80485d5055e410abb247e" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling libc v0.2.178
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]    Compiling zerocopy v0.8.31
[INFO] [stderr]    Compiling cc v1.2.49
[INFO] [stderr]     Checking indexmap v2.12.1
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]     Checking rustls-pki-types v1.13.1
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.106
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling uncased v0.9.10
[INFO] [stderr]    Compiling slotmap v1.1.1
[INFO] [stderr]    Compiling bumpalo v3.19.0
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling wasm-bindgen v0.2.106
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]     Checking libloading v0.8.9
[INFO] [stderr]     Checking unicode-ident v1.0.22
[INFO] [stderr]    Compiling bindgen v0.66.1
[INFO] [stderr]     Checking block-padding v0.3.3
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]     Checking rustc-hash v2.1.1
[INFO] [stderr]     Checking dioxus-core-types v0.7.2
[INFO] [stderr]     Checking longest-increasing-subsequence v0.1.0
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]    Compiling convert_case v0.8.0
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling axum-core v0.3.4
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking webpki-roots v1.0.4
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling cmake v0.1.57
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling axum v0.6.20
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling rustls v0.23.35
[INFO] [stderr]     Checking deranged v0.5.5
[INFO] [stderr]    Compiling lazy-js-bundle v0.7.2
[INFO] [stderr]    Compiling const_format_proc_macros v0.2.34
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling rustls v0.22.4
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking socket2 v0.6.1
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking signal-hook-registry v1.4.7
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking memmap2 v0.9.9
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling which v4.4.2
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking uuid v1.19.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling dioxus-document v0.7.2
[INFO] [stderr]    Compiling phf_codegen v0.11.3
[INFO] [stderr]     Checking euclid v0.22.11
[INFO] [stderr]     Checking keyboard-types v0.7.0
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]     Checking fallible-iterator v0.2.0
[INFO] [stderr]    Compiling portable-atomic v1.12.0
[INFO] [stderr]     Checking siphasher v1.0.1
[INFO] [stderr]    Compiling libsql-sqlite3-parser v0.13.0
[INFO] [stderr]     Checking rustls-pemfile v2.2.0
[INFO] [stderr]     Checking cfb v0.7.3
[INFO] [stderr]     Checking const_format v0.2.35
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]     Checking raw-cpuid v11.6.0
[INFO] [stderr]     Checking http-range-header v0.3.1
[INFO] [stderr]     Checking time v0.3.44
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking iri-string v0.7.9
[INFO] [stderr]     Checking rustls-native-certs v0.7.3
[INFO] [stderr]     Checking phf v0.11.3
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]     Checking cbc v0.1.2
[INFO] [stderr]     Checking infer v0.19.0
[INFO] [stderr]     Checking webpki-roots v0.26.11
[INFO] [stderr]     Checking charset v0.1.5
[INFO] [stderr]     Checking web-time v1.1.0
[INFO] [stderr]     Checking dioxus-cli-config v0.7.2
[INFO] [stderr]     Checking inventory v0.3.21
[INFO] [stderr]     Checking nonempty v0.7.0
[INFO] [stderr]    Compiling xxhash-rust v0.8.15
[INFO] [stderr]     Checking chrono v0.4.42
[INFO] [stderr]     Checking content_disposition v0.4.0
[INFO] [stderr]     Checking blowfish v0.9.1
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking send_wrapper v0.6.0
[INFO] [stderr]     Checking thread_local v1.1.9
[INFO] [stderr]     Checking unicode-id v0.3.6
[INFO] [stderr]     Checking const-str v0.7.1
[INFO] [stderr]     Checking bcrypt v0.17.1
[INFO] [stderr]     Checking markdown v1.0.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.22
[INFO] [stderr]     Checking quanta v0.12.6
[INFO] [stderr]     Checking cookie v0.18.1
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.106
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling dioxus-rsx v0.7.2
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling zerocopy-derive v0.8.31
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling warnings-macro v0.2.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking pin-project v1.1.10
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]     Checking thiserror v2.0.17
[INFO] [stderr]    Compiling prost-derive v0.12.6
[INFO] [stderr]     Checking rustls-webpki v0.103.8
[INFO] [stderr]    Compiling dioxus-core-macro v0.7.2
[INFO] [stderr]     Checking rustls-webpki v0.102.8
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]    Compiling dioxus-html-internal-macro v0.7.2
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]     Checking generational-box v0.7.2
[INFO] [stderr]     Checking warnings v0.2.1
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]    Compiling derive_more-impl v2.1.0
[INFO] [stderr]    Compiling dioxus-fullstack-macro v0.7.2
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr] error: could not compile `bindgen` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/622891a4e29178280638a6b63a8908bde2c0c854/bin/rustc --crate-name bindgen --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bindgen-0.66.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --cfg 'feature="which-rustfmt"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_5", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=05e562f94f314997 -C extra-filename=-287ad553bffa9262 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-229d1a3f8ea75511.rmeta --extern cexpr=/opt/rustwide/target/debug/deps/libcexpr-77948a797e61357a.rmeta --extern clang_sys=/opt/rustwide/target/debug/deps/libclang_sys-1c834cb610e7c101.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-a38e0a04136bdd39.rmeta --extern lazycell=/opt/rustwide/target/debug/deps/liblazycell-a1f7837ca1b44835.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-496cf8a3b8dcf87b.rmeta --extern peeking_take_while=/opt/rustwide/target/debug/deps/libpeeking_take_while-4954e1881509ce7d.rmeta --extern prettyplease=/opt/rustwide/target/debug/deps/libprettyplease-fe4f114514d20f16.rmeta --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-3f480cf5e408e1f7.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-d405ed0e26f649a0.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-f0a17010ea4a01f8.rmeta --extern rustc_hash=/opt/rustwide/target/debug/deps/librustc_hash-ebb49c292efa5f81.rmeta --extern shlex=/opt/rustwide/target/debug/deps/libshlex-e8c7a80568050100.rmeta --extern syn=/opt/rustwide/target/debug/deps/libsyn-a9d482b491e109d7.rmeta --extern which=/opt/rustwide/target/debug/deps/libwhich-f9a01ab57000530e.rmeta --cap-lints allow` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "a6636dcf8abdc578d9d73007d25b177284c55ff586c80485d5055e410abb247e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a6636dcf8abdc578d9d73007d25b177284c55ff586c80485d5055e410abb247e", kill_on_drop: false }`
[INFO] [stdout] a6636dcf8abdc578d9d73007d25b177284c55ff586c80485d5055e410abb247e
